RESTful Engine Report Configuration Settings
The engine accepts these properties in two different manners:
- Set globally in the application configuration/properties file. These properties will hold true for all reports generated:
- .NET RESTful Engine: web.config
- Java RESTful Engine: WindwardReports.properties
- Set the properties on a per request basis by putting it under the Properties tag in the request body (check here). If you do so, then the properties passed as headers will override the default values we have set, or the values you have set globally in the configuration/properties file.
tip
This page shows properties specific to the RESTful engine. For a list of all properties, see the Java Engine Properties page.
RESTFul Properties
Property Name | Description |
---|---|
hours-delete-jobs | Set the number of hours before all generated documents will be deleted from the RESTful engine \App_Data\requests folder. |
requests.path | The path to the folder where the generated documents will be stored. The default is "%CATALINA_HOME%/webapps/App_Data/requests". |
resource.cache | The path to the folder where the resources will be cached. The default is "%CATALINA_HOME%/webapps/App_Data/cache". |